-
Notifications
You must be signed in to change notification settings - Fork 0
Initial version of code. #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Dependency ReviewThe following issues were found:
|
await fp.write(outputs) | ||
|
||
logging.info(f"Dumped output to {args.outputfile}: {outputs}") | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the purpose of this ? if it is an example I have proposal, an example folder that we can move it there ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the example input could be put in another folder, but maybe the code to run it should still be in this file?
Initial code drop.